home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / mathlists < prev    next >
Encoding:
Text File  |  1988-04-08  |  662 b   |  33 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  */
  6.  
  7.  
  8. /*
  9.  *        mathlist.h
  10.  */
  11.  
  12. #define    ABOVE_CODE        0
  13. #define    OVER_CODE        1
  14. #define    ATOP_CODE        2
  15. #define    DELIMITED_CODE    3
  16.  
  17. int        init_math();
  18. int        start_eq_no();
  19. int        scan_math();
  20. int        set_math_char();
  21. int        math_limit_switch();
  22. int        scan_delimiter();
  23. int        math_radical();
  24. int        math_ac();
  25. int        append_choices();
  26. int        build_choices();
  27. int        sub_sup();
  28. int        math_fraction();
  29. ptr        fin_mlist();
  30. int        math_left_right();
  31. int        after_math();
  32. int        resume_after_display();
  33.